From: Michael Olson Date: Sun, 23 Mar 2008 22:03:11 +0000 (+0000) Subject: * saveplace.el: fix a typo in the commentary section. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23101 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=afa29d95eef6a3d60dfc9228b73dfafb99b4ece5;p=emacs.git * saveplace.el: fix a typo in the commentary section. Signed-off-by: Xavier Maillard --- diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 3b5a66e2b64..74bdab3e512 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -39,7 +39,7 @@ ;;; Code: ;; this is what I was using during testing: -;; (define-key ctl-x-map "p" 'toggle-save-place) +;; (define-key ctl-x-map "p" 'toggle-save-place-globally) (defgroup save-place nil "Automatically save place in files."